Bug: https://lists.debian.org/debian-med/2026/02/msg00018.html
Bug-Debian: https://bugs.debian.org/
1127756#25
Forwarded: not-needed.
Last-Update: 2026-02-17
The issue is known upstream and supposed to be fixed in an upcoming
version.
Last-Update: 2026-02-17
Gbp-Pq: Name skip-bigendian-roundtrip-failure.patch
return;
}
+ /* Skip that particular test on big endian due to know issue in
+ * version 3.7.0. This is going to be fixed in a future version.
+ */
+ if (gLocalByteOrder != EBO_LittleEndian) {
+ return;
+ }
+
// Creation
EctEnhancedCT* ct = create();
configureIOD(ct);